golang.org/x/tools/internal/gcimporter.importer.fieldList (method)

2 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bimport.go#L515: 		*t = *types.NewStruct(p.fieldList(parent))
		bimport.go#L606: func (p *importer) fieldList(parent *types.Package) (fields []*types.Var, tags []string) {